projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8326a36
)
Haiku: use LIBRARY_PATH in configure
author
Jessica Hamilton
<jessica.l.hamilton@gmail.com>
Tue, 25 Apr 2017 16:48:26 +0000
(16:48 +0000)
committer
Jessica Hamilton
<jessica.l.hamilton@gmail.com>
Tue, 25 Apr 2017 16:50:41 +0000
(16:50 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 55e9bb0dbb5fb1edf37f4a13d7d28fb0de9c1fc9..d4e0f9c05fbf8a0441ca450e47b5d81bfd8d9b3d 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-310,6
+310,7
@@
valopt local-rust-root "" "set prefix for local rust binary"
if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then
export LD_LIBRARY_PATH="${CFG_LOCAL_RUST_ROOT}/lib:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH="${CFG_LOCAL_RUST_ROOT}/lib:$DYLD_LIBRARY_PATH"
+ export LIBRARY_PATH="${CFG_LOCAL_RUST_ROOT}/lib:$LIBRARY_PATH"
export PATH="${CFG_LOCAL_RUST_ROOT}/bin:$PATH"
fi